
/*轮播*/
.rich-bannerBg{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;   
    /*position: absolute;
    top: 0;
    left: 50%;
    height: 702px;
    transform: translateX(-50%);
    width: 100%;*/
}
.ban-linkCtn{
	position: absolute;
    top: 50%;	
    right: 6%;
    margin-top: -105px;
    width: 614px;
    height: auto;
    background: rgba(0,0,0,.4);
    padding: 20px 28px 28px 15px;
    transition: all .5s;
}
.linkMsg-title{
	font-size: 36px;
	margin-bottom: 10px;
}
.linkMsg-subtitle{
	font-size: 24px;
	margin-bottom: 24px;
}
.linkMsg-desc{
	font-size: 16px;
}
.ban-linkBtn{
	position: absolute;
    bottom: -21px;
    left: 15px;
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: center;	
	background: #004198;
	color: #FFFFFF;
	cursor: pointer;
}
.ban-linkBtn:hover{
	background: #FFFFFF;
	color: #004198;
}
.rich-container>.swiper-pagination-bullets{
	bottom: 40px;
}
.my-bullet{
	display: inline-block;
	width: 15px;
	height: 3px;
	background-color: #FFFFFF;
	margin: 0 4px;
}
/*产品展示*/
#productDisplay{
	padding: 65px 0 38px;
    background-color: #f2f2f2;
}
.product-header{
	margin-bottom: 45px;
}
.title{
	float: left;
	font-size: 30px;
	color: #000000;
}
.product-controlCtn{
	float: right;
}
.product-controlBtn{
	float: left;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
	margin-right: 22px;
	padding: 4px 0;
}
.product-controlBtn:hover{
	color: #004198;
}
.product-controlBtn:hover a{
	color: #004198;
}
.product-controlBtn>a{
	color: #000000;
}
.product-container{
	display: none;
	padding-bottom: 30px;
}
.showBanner-active{
	display: block;
}
.productMsgList{
	position: relative;
	float: left;
	width: 49%;
	height: 312px;
	background-color: #FFFFFF;
    padding: 0 12px;
	margin-right: 2%;
	margin-bottom: 24px;
}
.productMsgList:nth-child(2n){
	margin-right: 0 !important;
}
.productMsg-img{
	display: block;
	/*width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;*/
    max-height: 186px;
    max-width: 100%;
    margin: 10px auto 10px;
}
.productMsgList p{
	margin-bottom: 8px;
}
.productMsg-title{
	font-size: 18px;
	color: #000000;
}
.productMsg-desc{
	font-size: 14px;
	color: #666666;
}
.productMsg-desc>p{
	height: 42px;
    margin-bottom: 4px;
}
.productMsg-moreBtn{
	font-size: 14px;
	color: #000000;
	cursor: pointer;
}
/*行业应用*/
#industryApp{
	padding-top: 45px;
}
.industryTitle{
	margin-bottom: 45px;
}
.industryMsg-list{
	position: relative;
	float: left;
	width: 25%;
    height: 336px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    transition: all .6s;
    background-color: #FFFFFF;
    z-index: 10;
}
/*.industryMsg-list:hover{
    box-shadow: 1px 1px 5px 2px #ccc;
    -webkit-box-shadow: 1px 1px 5px 2px #ccc;
    -moz-box-shadow: 1px 1px 5px 2px #ccc;
    -ms-box-shadow: 1px 1px 5px 2px #ccc;
}*/
.beforeShow{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 46px 0 96px;
}
.industryMsg-imgCtn{
	height: 77px;
}
.industryMsg-img{
	display: block;
	margin: 0 auto;
	max-height: 100%;
}
.industryMsg-title{
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 12px;
}
.industryMsg-desc{
	height: 63px;
	overflow: hidden;
}
.industryMsg-desc>p{
	width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
}
.industryDetail-btn{
	display: block;
    width: 100px;
    height: 28px;
    margin: 10px auto 0;
    font-size: 14px;
    color: #FFF;
    background-color: #004198;
    line-height: 28px;
}
.afterHide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
    background-color: #000;
    color: #FFFFFF;
    opacity: 0;
    z-index: 20;
}
.afterTop{
	overflow: hidden;
    height: 40%;
}
.afterHide p{
	color: #FFFFFF;
}
.afterTop>img{
	width: 100%;
}
.afterBottom{
	height: 50%;
	text-align: left;
	padding-top: 25px;
	padding-left: 30px;
	font-size: 14px;
}
.indexCpy-iconCtn{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*关于我们和新闻*/
#aboutAnews{
	padding-top: 45px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
}
.aboutUs-ctn,.newsCtn{
	position: relative;
	float: left;
}
.aboutUs-ctn{
	width: 47.5%;
	margin-right: 3.75%;
}
.aboutUs-header,.news-header{
	font-size: 30px;
    color: #000000;
    margin-bottom: 46px;
}
.aboutUs-section{
	height: 484px;
	padding: 20px 20px 0;
	color: #000000;
	background-color: #FFFFFF;
}
.aboutUs-img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.aboutUs-msg>p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
}
.newsCtn{
	width: 48.75%;
}
.newsCtn-section{
	height: 484px;
}
.newsList,.newMoreBtn{
	width: 100%;
	height: 66px;
	margin-bottom: 17px;
	background-color: #FFFFFF;
	cursor: pointer;
	transition: all .5s;
}
.newsList:hover{
    box-shadow: 1px 2px 6px 2px rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 2px 6px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 2px 6px 2px rgba(0,0,0,.4);
    -ms-box-shadow: 1px 2px 6px 2px rgba(0,0,0,.4);
    background-color: #00276f;
}
.newsList:hover .newsMsg>a,.newsList:hover .newsDate{
	color: #FFFFFF;
}
.newsMsg{
	float: left;
	width: 80%;
	height: 100%;
}
.newsMsg>a{
	display:block;
	width: 100%;
	height: 100%;
	line-height: 66px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#0a0a0a;
/*	font-weight: bold;*/
	padding-left: 14px;	
}
.newsDate{
	float:right;
	width: 20%;
	height: 100%;
	line-height: 66px;
	color: #455b93;
	text-align: center;
}
.newMoreBtn{
	display: block;
	margin-bottom: 0;
	text-align: center;
	color: #004198;
	font-size: 24px;
	line-height: 66px;
}
.newMoreBtn:hover{
	background-color: #00276f;
	color: #FFFFFF;
}
/*active样式*/
.my-bullet-active{
	background-color: #004198 !important;
}
.product-controlActive{
	border-bottom:2px solid #004198;
}



@media only screen and (max-width: 750px){
	.ban-linkCtn{
		width: 100%;
		position: relative;
	    top: 0;
	    right: 0;
	    margin-top:0px;
	    padding: 25px 15px;
	}
	.linkMsg-title{
	    font-size: 24px;
	}
	.linkMsg-subtitle{
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.linkMsg-desc{
	    font-size: 16px;
	}
	.ban-linkBtn{
		display: block;
		position: relative;
	    bottom: 0px; 
	    left: 0px; 
	    margin: 20px auto 0;
	}
	.rich-container>.swiper-pagination-bullets{
	    bottom: 0px;
	}
	.title {
		float: unset;
	    font-size: 28px;
    }
    .product-controlCtn {
    	float: unset;
	    margin-top: 10px;
	}
	.product-controlBtn{
	    float: unset;
	    width: 100%; 
	}
	.productMsgList{
	    width: 100%;
	}
	.industryMsg-list{
		width: 50%;
	}
	.industryMsg-img {
	    height: 77px;
	}
	.industryMsg-desc>p{
		width: 100%;
    	height: 80px;
	}
	.beforeShow{
		padding: 46px 10px 0px;
		box-sizing: border-box;
	}
	.aboutUs-ctn,.newsCtn{
		width: 100%;
    	margin-right: 0;
	}
	.news-header{
		margin-top: 45px;
	}
	.newsCtn-section{
		height: auto;
	}
	.newsMsg{
		width: 70%;
	}
	.newsDate{
		width: 30%;
	}
}